Key Pressed
public final static KeyPressed KeyPressed(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)
public final static KeyPressed KeyPressed(KeyCode code, KeyModifiers modifiers, KeyLocation location, Character char)
Creates a new instance of KeyPressed event with the given parameters.
Since
8.0.0
Parameters
code
The code of the key.
modifiers
The keyboard modifiers.
location
The location of the key on the keyboard.
char
The character of the key.